home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _0F7C49FF875F41169AD339C0C6EF25DB < prev    next >
Encoding:
Text File  |  2005-08-12  |  502 b   |  27 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("translucent14")
  6.  
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.         tmu()
  12.         {
  13.             texture()
  14.             {
  15.                 Image("Snow.dds")
  16.             }
  17.             colorop("arg1", "texture", "diffuse_a", "current")
  18.             alphaop("mul", "texture", "diffuse", "current")            
  19.         }
  20.  
  21.         //blendfunc("one", "one")
  22.         blendfunc("src_alpha", "inv_src_alpha")
  23.         depthfunc("lequal", 0)
  24.     }
  25. }
  26.  
  27.